Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 14 - Shader Objects / Shader Objects Reference
Shader Objects Routines / Managing Texture Shaders


Q3TextureShader_GetTexture

You can use the Q3TextureShader_GetTexture function to get the texture associated with a texture shader.

TQ3Status Q3TextureShader_GetTexture (
TQ3ShaderObject shader, 
TQ3TextureObject *texture);
shader
A texture shader.
texture
On exit, the texture object currently associated with the specified texture shader.
DESCRIPTION
The Q3TextureShader_GetTexture function returns, in the texture parameter, the texture object currently associated with the texture shader specified by the shader parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996